github.com/jackc/pgx/v5.namedStructRowScanner.lax (field)

4 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L665: 	err := (&namedStructRowScanner{ptrToStruct: &value, lax: true}).ScanRow(row)
		rows.go#L675: 	err := (&namedStructRowScanner{ptrToStruct: &value, lax: true}).ScanRow(row)
		rows.go#L681: 	lax         bool
		rows.go#L691: 	if !rs.lax && namedStructFields.missingField != "" {